<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
main{
    width: 100%;
}
@media screen and (min-width: 1800px) and (max-width: 1999px) {
    main .audio .word {
        font-size: 100px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
    main .audio .word {
        font-size: 90px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    main .audio .word {
        font-size: 80px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    main .audio .word {
        font-size: 70px;
    }
}

@media screen and (max-width: 1199px) {
    main .audio .word {
        font-size: 60px;
    }
}

main .audio{
    width: 100%;
    margin-bottom: -4px;
    position: relative;
    background: #000000;
    cursor: pointer;
    overflow: hidden;
}
main .audio video {
    margin-left: -20%;
}
main .audio .word{
    position: absolute;
    width: 100%;
    top:35%;
    left: 0;
    text-align: center;
    color: #FFFFFF;
}
main .audio .word p{
    text-align: center;
}
main .audio .word p:nth-child(1){
    opacity: 0.8;
    font-size: 0.96em;
    font-family: "PingFang SC";
    font-weight: 300 !important;
}
main .audio .word p.text2 {
    letter-spacing: 25px;
    margin: -15px 0 0;
    padding: 0 0 0 25px;
    font-size: 0.32em;
    opacity: 0.5
}
main .audio .word p.text3 {
    padding: 10px 0 0;
    font-size: 0.4em;
    opacity: 0.7
}
main .audio .word .play{
    display: flex;
    justify-content: center;
    padding: 8px 0 0;
}
main .audio .word .play a{
    font-size: 14px;
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #FFFFFF;
}
main .audio .word .play a:hover {
    opacity: 0.7;
}
main .audio .word .play img{
    width: 1.2em;
}
main .pageOne{
    /* width:100%;
    margin: 0 auto;
    transform: translateY(-30px) */
    overflow: hidden;
}
.title{
    width: 800px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top:100px;
    margin-top: 200px;
    /* font-family: "PingFang SC" !important; */
    -moz-user-select: none; 
    -o-user-select:none; 
    -khtml-user-select:none; 
    -webkit-user-select:none;
    -ms-user-select:none; 
    user-select:none;/**ç¦æ­¢é€‰ä¸­æ–‡å­—*/ 
}
.title p:nth-of-type(1){
    font-size: 3.5em;
    font-family: "PingFang SC";
    font-weight: 400 !important;
}
.title p:nth-of-type(2){
    font-size: 2.4em;
    font-family: "PingFang SC";
    font-weight: 300 !important;
}
main .pageThree{
    width:100%;
    cursor: pointer
}
main .audio .word .redImg{
    width:3em;
    display: inline-block;
    text-align: center;
}
/*è§†é¢‘æ’­æ”¾-å¼€å§‹*/
.gw_video-2 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000000;
}
.gw_video-2 .gw_video-2_close{
    position: absolute;
    top:0;
    right: 0
}
.gw_video-3 .gw_video-3_close{
    position: absolute;
    top:0;
    right: 0
}
.gw_video-3 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000000;
}

/*è§†é¢‘æ’­æ”¾-ç»“æŸ*/
</pre></body></html>